home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / DELBUT.BTM < prev    next >
Text File  |  1991-11-07  |  209b  |  9 lines

  1. if %@len[%1]==0 goto help
  2. except (%1) del *.* /y
  3. goto end
  4. :help
  5. echo DELBUT.BTM - by J.P. Software
  6. echo Delete all files 'BUT' those specified.
  7. echo Usage: DELBUT filename.ext    ex: DELBUT *.ASM
  8. :end
  9.